progressbar: Fix up acessible state handling
authorMatthias Clasen <mclasen@redhat.com>
Mon, 27 Jul 2020 23:24:49 +0000 (19:24 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Tue, 28 Jul 2020 01:18:10 +0000 (21:18 -0400)
commitec5829c401080819fe00b51e3020b128097f6e55
treec9170d9eddb1f2a5d16a6571759d0507d4c8a1cb
parentd3a8597a9377d6ab8822160b7d3b4a5a94cba8ef
progressbar: Fix up acessible state handling

We must initialize the properties in init, since they
are expected to be there ab initio, and we can't call
gtk_accessible_update_property from finalize - it causes
us to recreate an at context and badness follows.
gtk/gtkprogressbar.c